/*

Original Author: Tomas Lach (www.tomaslach.cz)
Heavily Modified by OS Templates (http://www.os-templates.com)

Changing colours is now simple, now uses @import to import the individual CSS colour scheme instead of having to use multiple templates
The template now gracefully degrades for older browsers - IE 7 + 8 are now also partially supported

Template re-named to: Unique. AIO (All In One)

*/

/*******************************************************************************************************************
*  IMPORT OTHER STYLES                                                                                             
*******************************************************************************************************************/
@import url(reset.css); 
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400, 700, 400italic, 700italic|Pacifico); 
@import url(jquery.fancybox-1.3.4.css); 
/* 
Choose the colour you wish to use => colour-black.css is default
@import url(colour-black.css);
@import url(colour-blue.css);
@import url(colour-green.css);
@import url(colour-pink.css);
@import url(colour-purple.css);
@import url(colour-red.css);
*/
@import url(colour-black.css);

/*******************************************************************************************************************
*  BASE                                                                                                            
*******************************************************************************************************************/
body{
	padding-top: 15px;
	color: #036;
	background: url() repeat-x 0 58px;
	min-height: 600px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;


	font-weight: =bold;
	font-variant: normal;
	font-weight: bold;
}
p{line-height:1.7em; margin-bottom:15px;}
address{font-style:normal; padding-bottom:15px;}

/*******************************************************************************************************************
*  LINKS                                                                                                           
*******************************************************************************************************************/
a, a:link, a:focus{outline:0; text-decoration:none; color:#fff;}
a:hover{text-decoration:underline; color:#ccc;}
a.more{padding-right:15px;}
/*******************************************************************************************************************
*  H1 - H4                                                                                                        
*******************************************************************************************************************/
h1, h2, h3, h4{font-family:"Droid Serif",Arial; line-height:1.5em; margin-bottom:14px; font-weight:bold; font-style:italic;}
h1{font-size:2.0em; font-family:"Pacifico",Arial; font-weight:normal; color:#fff; margin:0; position:relative; top:20px; text-shadow:1px 1px 1px #035;}
h2{font-size:2.4em;}
h3{
	font-size: 1.5em;
	color: #000003;
}
h4{font-size:1.0em; font-family:Helvetica,Arial,Tahoma,Verdana; margin-bottom:10px; font-weight:normal; font-style:normal;}

/*******************************************************************************************************************
*  HEADER                                                                                                          
*******************************************************************************************************************/
.reflection{background:url("img/reflection.png") no-repeat 50% 0; height:554px;}
#tel{float: right;
font-size:17px;
color:#fff;
padding: auto;}

#header{  border-radius: 10px; border-top:#FFF 2px 2px 0 ;}

/*******************************************************************************************************************
*  CONTENT                                                                                                         
*******************************************************************************************************************/

#informado{margin:50px 0 0 0px;}
#contatos{margin:0 0 0 200px;}
#content{ background:url(../images/fundo3.png); display: 100%}

/*****************************************************************************************************************
*  FOOTER                                                                                                          
*******************************************************************************************************************/
#footer{padding:10px; color:#fff; font-size:0.9em;  background:url(img/black/background2.png); repeat-x;}
#footer p{
	color: #fff;
	padding: 20px 0 0 0;
	font-size: 16px;
}
#footer .followUs a{display:block; float:left; width:30px; height:30px; background-repeat:no-repeat; background-position:0 0; text-indent:-9999px; margin-right:10px;}
#footer .followUs a:hover{background-position:0 -30px;}

#footer #copyright{display:block; width:100%; margin:0; padding:10px 0 0 0; clear:both; border-top:0px solid;}
#footer #copyright p{margin:0; padding:0;}

/*******************************************************************************************************************
*  OTHER STYLES                                                                                                    
*******************************************************************************************************************/
.wrap{margin:0 auto; width:980px; border-spacing:inherit; background:url(../Jquery/nav.png); border-radius: 10px; box-shadow: 0px 0px 1em #666;
-webkit-box-shadow: 0px 0px 1em #666;
-moz-box-shadow: 0px 0px 1em #666; padding: 30px 30px 0 30px;
 }
.mask{position:absolute; top:0; left:0; width:100%; height:100%;}

a.button{display:block; float:left; height:38px; text-decoration:none;}
a.button span{ left:20px; padding:0 20px 0 0; display:block; float:left; height:38px; line-height:38px; font-size:1.0em; font-weight:bold; color:#fff; text-decoration:none;}

.gallery .photo{margin-left:29px;}
.gallery .photo:first-child{margin-left:0;}

a.photo{display:block; float:left;}
a.photo img, img.photo{display:block; float:left; border:1px solid #e7e8ea;}
a.photo:hover img{border-color:#d1d1d1;}
.photoWrap{margin:30px 0 30px;}

.col1-3{width:300px; margin-left:35px; float:left; color:#036;}
#footer .col1-3{margin-bottom:40px;}
#h3{color:fff;}
.col1-3 p:last-child, .col2-3 p:last-child{margin-bottom:0;}
.col1-3:first-child{margin-left:0;}
.col2-3{width:640px; margin-left:40px; float:left;}
